Release 10.1A: OpenEdge Data Management:
SQL Reference


CURTIME

Returns the current time as a TIME value. This function takes no arguments.

Syntax

CURTIME ( ) 

Example

This example illustrates how to use the CURTIME function to INSERT the current time into the create_time column of the objects table:

INSERT INTO objects (object_owner, object_id, create_time)
     VALUES (USER, 1001, CURTIME()) ; 

Note

Compatibility

ODBC compatible

See also

SYSTIME function


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095